home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C++ / Snippets / GNU String⁄Regex / _G_config.h next >
Encoding:
Text File  |  1995-07-07  |  1.1 KB  |  44 lines  |  [TEXT/CWIE]

  1. // hack by ward for mac
  2.  
  3. #ifndef _G_config_h
  4. #define _G_config_h
  5. #define _G_NAMES_HAVE_UNDERSCORE 1
  6. #define _G_DOLLAR_IN_LABEL 0
  7. #define _G_HAVE_ST_BLKSIZE 0
  8. #define _G_clock_t long
  9. #define _G_dev_t char *
  10. #define _G_fpos_t long
  11. #define _G_gid_t long
  12. #define _G_ino_t unsigned short
  13. #define _G_mode_t unsigned long
  14. #define _G_nlink_t unsigned long
  15. #define _G_off_t long
  16. #define _G_pid_t long
  17. #define _G_ptrdiff_t int
  18. #define _G_size_t unsigned int
  19. #define _G_time_t long int
  20. #define _G_uid_t unsigned short
  21. #define _G_wchar_t long int
  22. #define _G_ssize_t  long /* deduced */
  23. /* #define _G_NEED_STDARG_H */
  24. #define _G_va_list char* /* default */
  25. #define _G_signal_return_type int
  26. #define _G_sprintf_return_type int
  27. #define _G_BUFSIZ  512
  28. #define _G_FOPEN_MAX 32 /* default */
  29. #define _G_FILENAME_MAX  1024 /* default */
  30. #define _G_NULL 0 /* default */
  31. #ifdef _G_USE_PROTOS
  32. #define _G_ARGS(ARGLIST) ARGLIST
  33. #else
  34. #define _G_ARGS(ARGLIST) (...)
  35. #endif
  36. /* #define _G_SYSV */
  37. #define _G_HAVE_SYS_RESOURCE 1
  38. #define _G_HAVE_SYS_SOCKET 1
  39. #define _G_HAVE_UNISTD 0
  40. #define _G_HAVE_DIRENT 0
  41. /*#define _G_BROKEN_SIGNED_CHAR 7jul95ww */
  42. #define _G_FRIEND_BUG
  43. #endif /* !_G_config_h */
  44.